validTo
readonly validTo!: ( POSIX: bigint | number ) => TxBuilderRunner
POSIX
:bigint
|number
(POSIX time with millisecond precision)
Sets the validity interval end of the transaction to the POISX time with millisecond precision specified
(the result of
Date.now()
or Date.prototype.valueOf()
in javascript)
returns a reference to the same TxBuilderRunner
.